	/*  File icons
	--------------------------------------------------- */
	
	.download-link-doc,
	.download-link-xls,
	.download-link-pps,
	.download-link-pdf,
	.download-link-zip {
		background-image:url(images/file-icons.png);
		background-repeat:no-repeat;
		display:inline-block;
		padding:0px 8px 8px 45px;
		margin-bottom:12px;
		text-decoration:none !important;
		color:#333 !important;
		}
	
	.download-link-doc {background-position:-80px 0;}
	.download-link-xls {background-position:-52px -32px;}
	.download-link-pdf {background-position:-26px -63px;}
	.download-link-zip {background-position:0 -94px;}
	
	.download-link-pps {background-position:-45px -54px;}
	
	.dl-legend {
		display:block;
		}
	
	.dl-text {
		text-decoration:underline;
		color:#003300 !important;
		}
		a:hover .dl-text {
			color:#993300 !important;
			}
	.dl-legend-text {
		color:#75868c !important;
		font-size:11px;
		}
			
	.download-link-list {
		padding:0;
		margin:0;
		list-style-type:none;
		}
		.download-link-list li {
			padding:0 20px 0 0;
			margin:0;
			position:relative;
			}

			
	
	/*  File icons
	---------------------------------------------end--- */

/* Custom table
-----------------------------------*/
.custom-table {margin:5px 0 30px 0; background:#fff;}
	

		.custom-table td {
			padding:8px;
			border:1px solid #bbbbbb;
			vertical-align:top;
			background:#dedede url("images/table-td.gif") left top repeat-x;
			
			}
	.custom-table-header td, th {
		background:#d32000 url("images/table-h.gif") left top repeat-x;
		text-align:center;
		vertical-align:middle;
		color:#fff;
		padding:8px;
		}
		
	.custom-table-line td {background:#f4f4f4 url("images/table-td-light.gif") left top repeat-x;}

/* Custom table ---end-----*/


	.content-img {
		display:inline-block;
		border:1px solid #000;
		margin-right:15px;
		}
		.content-img img {
			display:block;
			}
	.content-img-text-to-left {
		float:left;

		}
